Skip to main content

Getting started

Install the tools

  • It is recommended to use VS Code
  • Install git
  • Install Node and npm (see this article)
  • Install the package manager
    • This project uses pnpm as a package manager (see benchmark here)

Clone the repo

In a terminal clone the repo locally using git

Open the repo in VS Code

Install the project's dependencies

pnpm install

Project's recommendations

Please have a look at the following before you start coding:

Refer to the extensions.json file